home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2000 June
/
june_2000.iso
/
Site Building
/
ActiveEditor
/
active.CAB
/
alert.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-03-16
|
250 b
|
17 lines
<!--example of an onclick event with an alert attached-->
<script language="javascript">
<!--
function example()
{
alert("you clicked me!");
}
//-->
</script>
<a href="http://www.yahoo.com" onclick="example();">example link</a>